home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / rexx / ral3p8.lha / Readme
Text File  |  2001-01-19  |  8KB  |  188 lines

  1. Short:    RexxArpLib.library - open up some OS functions to REXX programs
  2. Author:   Willy Langeveld and Joanne Dow
  3. Uploader: http://home.earthlink.net/~jdow/indexamiga.html
  4. Version:  3.7 packaged 19 Jan 2001
  5. Desired:  iff.library (23.2) or later
  6. Contents: Executable only
  7.  
  8. +----------------------------------------------------------------------+
  9. |                                                                      |
  10. |                  D I S C L A I M E R   N O T I C E                   |
  11. |                                                                      |
  12. |  This document and/or  portions of the material and  data furnished  |
  13. |  herewith,  was developed under sponsorship of the U.S. Government.  |
  14. |  Neither the U.S.  nor  the U.S.D.O.E.,  nor  the  Leland  Stanford  |
  15. |  Junior University, nor their employees,  nor their respective con-  |
  16. |  tractors, subcontractors, or their employees, makes  any warranty,  |
  17. |  express or implied, or assumes any liability or responsibility for  |
  18. |  accuracy,  completeness or  usefulness of any information, appara-  |
  19. |  tus, product or process disclosed, or represents that its use will  |
  20. |  not infringe privately-owned rights.  Mention of any product,  its  |
  21. |  manufacturer, or suppliers shall not, nor is it intended to, imply  |
  22. |  approval, disapproval, or fitness for any particular use. The U.S.  |
  23. |  and  the University at all times  retain the right to use and dis-  |
  24. |  seminate same for any purpose whatsoever.                           |
  25. |                                                                      |
  26. +----------------------------------------------------------------------+
  27.  
  28.  
  29.                     RexxArpLib.Library Version 3.7
  30.                     ==============================
  31.  
  32.                                 by
  33.  
  34.                           W.G.J. Langeveld
  35.                  Stanford Linear Accelerrator Center
  36.  
  37.              Copyright (C) 1988, 1989, 1990, 1992, 1993, 1994
  38.            The Trustees of the Leland Stanford Junior University
  39.  
  40.                         All Rights Reserved
  41.  
  42.                   Modifications to version 3.6 by
  43.                             Joanne B. Dow
  44.                           Wizardess Designs
  45.                                   
  46.                    Modifications Copyright © 1998-2000
  47.                  Joanne B. Dow and Wizardess Designs
  48.                                   
  49.                          All Rights Reserved
  50.                                   
  51.  
  52.     RexxArpLib version 3.7 source release
  53.     =====================================
  54.  
  55.     This version adds two entry points and optional function prefixes.
  56. The functions SetPubScreenMode() and GetDefPublicScreen() have been added
  57. to allow additional screen manipulation for public screens, whether or not
  58. they were opened by rexxarplib.library. And any function name will also
  59. be matched when preceeded by "RALP_". This RALP_GetDefPublicScreen() will
  60. work the same as GetDefPublicScreen().
  61.  
  62.     RexxArpLib version 3.6 source release
  63.     =====================================
  64.  
  65.     This version has been ammended to use SAS C version 6.58 or later.
  66. It was compiled the 26th June 1998. As stated below in Willy's version
  67. 3.3 transmittal letter the source code is *not* public domain, but it
  68. is freely distributable through BIX immediately and through other means
  69. after the first of January 1999.
  70.  
  71.     This version corrects some excessive stack usage problems that cause
  72. failures and "hits" when run with Picasso96 (and no doubt other) graphics
  73. accelerator drivers. The ASL requester handling placed too large an
  74. automatic variable burden on the stack leading to stack overruns and hard
  75. to trace crashes.
  76.  
  77.     This version also includes some fixes to the screen handling pen
  78. designations. Also attempting to open a screen that already exists is now
  79. safe. The old code would close the already existant screen on exit
  80. leading to deferred crash problems. Note that you can call the CloseScreen
  81. Function on an existing screen that rexxarplib.library did not open and
  82. cause it to close. This is a dangerous use so be careful with it.
  83.  
  84.  
  85.     RexxArpLib version 3.3 source release
  86.     =====================================
  87.  
  88.     This is the same version as below, except with source. The last
  89. time this version was compiled was around 20 april 1994, with Lattice C
  90. version 5.2 (I think). The makefile reflects this. Since it has been
  91. four years since anything changed, I'm releasing, herewith, the source
  92. code. Note that the source code is *not* in the public domain, but it
  93. is freely distributable. The source is in the src directory and it and the
  94. makefile will need some work before it allows compiling with a modern
  95. compiler. Before linking the rexxarplib objects, you also need to compile,
  96. and put in a .lib file, the sources in the subdirectory sreq. It is not
  97. quite clear to me if the makefile is correct: it builds xsreqr.lib, rather
  98. than sreqr.lib. The latter is called for by the rexxarplib link file
  99. ral.lnk. The difference between sreqr.lib and xsreqr.lib is that the
  100. latter does not include the "simpmenu" object file, which may be needed
  101. by rexxarplib. I can't remember if rexxarplib 3.3 uses GadTools menus, in
  102. which case xsreqr.lib would be a better choice...
  103.     If you want some history, have a look at the todo.txt file...
  104. Have fun... 8^)
  105.  
  106.     RexxArpLib version 3.3
  107.     ======================
  108.  
  109.     This version of rexxarplib is a minor update from version 3.0. The
  110. only reason to release it is because it adds one useful feature (a list
  111. requester) and fixes two small bugs. It has been sitting around my disk 
  112. forever, and I might as well release it. This may well be the last version
  113. that will ever be released.
  114.  
  115.     RexxArpLib version 3.0
  116.     ======================
  117.  
  118.     This version of rexxarplib makes use of a lot of AmigaDOS 2.0
  119. features and has various bugs fixed and a few other enhancements. Yet, it is
  120. smaller than previous versions because it is now completely compiled using
  121. SAS/C version 5.10a.
  122.  
  123.     RexxArpLib version 2.52
  124.     =======================
  125.  
  126.     This release was necessary to fix problems with AmigaDOS 2.0
  127. shared screens.
  128.  
  129.     RexxArpLib version 2.5
  130.     =======================
  131.  
  132.     This release has a few enhancements and bug fixes, some documentation
  133. corrections, and some stuff related to AmigaDOS 2.0. New function: ShowTitle.
  134. The Area... functions are now quite different. For an example, see
  135. areatest.rexx.
  136.  
  137.     RexxArpLib version 2.3
  138.     =======================
  139.  
  140.     A few small bug fixes, an additional feature to FileList(), and the
  141. AmigaDOS or ARP 'version' commands now display the rexxarplib version number
  142. correctly.
  143.  
  144.     RexxArpLib version 2.2a
  145.     =======================
  146.  
  147.     I corrected a small problem with IffImage(). No other changes. The size
  148. of this version is 41520 bytes. By the way: get the latest version of
  149. iff.library (version 16.1). Brushes now work!
  150.  
  151.     RexxArpLib version 2.2
  152.     ======================
  153.  
  154.     There are a few new options in a couple of the functions. A few
  155. documentation deficiencies were fixed. The rexx directory only contains a
  156. few new examples. Updates to the SLAC rexx programs that were in the previous
  157. releases may be forthcoming in a separate archive. The screenshare library is
  158. now included in the libs directory, since rexxarplib needs it. Previous
  159. archives assumed that you had it already. See rexxarplib.doc for details.
  160. The size of this version is 41516 bytes.
  161.  
  162.     RexxArpLib version 2.1
  163.     ======================
  164.  
  165.     A couple of new functions, a few were extended, and one or two were
  166. slightly modified. The nicest new feature is the ability to display IFF files.
  167. For this you will need Christian Weber's iff.library, though. It is available on
  168. BIX as iff153.zoo: I have not included it in this archive. Have fun.
  169.  
  170.     RexxArpLib version 2.0
  171.     ======================
  172.  
  173.     For further information, read the documentation in the docs
  174. subdirectory. I have also included a large number of ARexx macros that were
  175. written by Marvin Weinstein here at SLAC. These should serve as examples of how
  176. to write some things, not as ready-to-be-used applications: most of them are
  177. very system dependent, and may require some modification before they run on your
  178. system. Read the ReadmeFirst file in the rexx directory.
  179.     As usual, comments about the library should go to me on BIX,
  180. either by mail to langeveld, or in the amiga.user/arexx topic.
  181.     Also as usual, the library is NOT public domain, but freely
  182. distributable.
  183.  
  184.     Have fun!
  185.  
  186.         Willy.
  187.  
  188.